qemu-pull: Update to use pull-local
authorColin Walters <walters@verbum.org>
Wed, 2 May 2012 11:30:49 +0000 (07:30 -0400)
committerColin Walters <walters@verbum.org>
Fri, 4 May 2012 20:16:16 +0000 (16:16 -0400)
gnomeos/gnomeos-qemu-pull.sh

index 66d954732be574672c913f5ec4d155711320167c..29c87aa8a136f5845d46bd43045b2bdcedc1cd61 100755 (executable)
@@ -59,7 +59,7 @@ sleep 1 # Avoid Linux kernel bug, pretty sure it's the new RCU pathname lookup
 mount -o loop ostree-qemu.img fs
 
 cd fs
-ostree --repo=${SRC_REPO_PATH} local-clone ./ostree/repo ${CURRENT_REF} "$@"
+ostree --repo=./ostree/repo pull-local ${SRC_REPO_PATH} ${CURRENT_REF} "$@"
 
 cd ostree
 ostree --repo=./repo checkout --atomic-retarget ${CURRENT_REF}